Handles the request to obtain TEntityGroup aggregations composed of all TEntity entities in compliance with the TFilteringCriteria.

Name Description
OnGet(TFilteringCriteria, TGroupingCriteria, TOrderingCriteria) Handles the request to obtain TEntityGroup aggregations composed of all TEntity entities in compliance with the TFilteringCriteria, then grouped according to the TGroupingCriteria and finally sorted in the order defined by TOrderingCriteria.
OnGet(TFilteringCriteria, TGroupingCriteria, TOrderingCriteria, TPagingCriteria) Handles the request to obtain TEntityGroup aggregations composed of all TEntity entities in the read segment defined by TPagingCriteria and in compliance with the TFilteringCriteria, then grouped according to the TGroupingCriteria and finally sorted in the order defined by TOrderingCriteria.
OnGet(TGroupingCriteria) Handles the request to obtain TEntityGroup aggregations composed of all TEntity entities grouped according to the TGroupingCriteria.
OnGet(TGroupingCriteria, TOrderingCriteria) Handles the request to obtain TEntityGroup aggregations composed of all TEntity entities grouped according to the TGroupingCriteria and finally sorted in the order defined by TOrderingCriteria.